Commented out testthreads from the build process, since we won't have any
authorOwen Taylor <otaylor@redhat.com>
Tue, 15 Dec 1998 07:32:11 +0000 (07:32 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Dec 1998 07:32:11 +0000 (07:32 +0000)
commita0c84d6818f278d273b43c651c345f2110bc7f37
treecb07d50ab001a4538983c1d0421bcd69d9618cbf
parent58475f05a54f7a165fe92adf8358f59cf0223c08
Commented out testthreads from the build process, since we won't have any

Tue Dec 15 01:38:53 1998  Owen Taylor  <otaylor@redhat.com>

* gtk/Makefile.am: Commented out testthreads from
the build process, since we won't have any idea
how to create a thread.

* configure.in (LIBS): use glib-config ... gthread
so we always build a thread-compatible library.

        * gtk/gtkaccellabel.c gtk/gtkclist.c gtk/gtkcolorsel.c
  gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkentry.c
  gtk/gtklist.c gtk/gtkmenuitem.c gtk/gtknotebook.c
  gtk/gtkrange.c gtk/gtkselection.c gtk/gtkspinbutton.c
  gtk/gtktext.c gtk/gtktooltips.c gtk/gtkwidget.c:

Add GTK_THREADS_ENTER/LEAVE pairs around timeouts
and idles to account for the fact that they are no
longer called within the GTK+ lock.

* gtk/gtkprivate.h: Added definitions for locking
the main GTK+ mutex.

* gtk/gtkmain.c: Re-implement the main loop
in terms of the GLib main loop.

* gdk/gdk.h gdk/gdkthreads.c gdk/Makefile.am: Removed threading
functionality, as it seems better to subsume GDK within the
GTK+ lock than vice-versa.

        * gdk/gdkevents.c: New file, containing event handling bits
from gdk.c.

* gdk/gdkevents.c: Implement event source for GDK
events.

* configure.in gdk/gdkevents.c: Removed attempts to
subtract base_id, which were already non-functional.
46 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.in
configure.in
docs/Changes-1.2.txt
gdk/Makefile.am
gdk/gdk.c
gdk/gdk.h
gdk/gdkglobals.c
gdk/gdkim.c
gdk/gdkprivate.h
gdk/gdkthreads.c [deleted file]
gdk/gdktypes.h
gdk/gdkwindow.c
gdk/x11/gdkglobals-x11.c
gdk/x11/gdkim-x11.c
gdk/x11/gdkmain-x11.c
gdk/x11/gdkwindow-x11.c
gtk/Makefile.am
gtk/gtkaccellabel.c
gtk/gtkclist.c
gtk/gtkcolorsel.c
gtk/gtkcombo.c
gtk/gtkcontainer.c
gtk/gtkdnd.c
gtk/gtkentry.c
gtk/gtklist.c
gtk/gtkmain.c
gtk/gtkmain.h
gtk/gtkmenuitem.c
gtk/gtknotebook.c
gtk/gtkprivate.h
gtk/gtkrange.c
gtk/gtkselection.c
gtk/gtkspinbutton.c
gtk/gtktext.c
gtk/gtktooltips.c
gtk/gtkwidget.c
gtk/gtkwidget.h
gtk/testthreads.c
tests/testthreads.c